projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd6d61
)
(forward-paragraph): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jan 1994 16:30:21 +0000
(16:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jan 1994 16:30:21 +0000
(16:30 +0000)
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index fd5edc09a7e2f388ed92a2562e6e7c03d2f549fb..9c78aaaceb94c94a50dbd72819b186d3e39dace7 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-58,7
+58,7
@@
This is desirable in modes where blank lines are the paragraph delimiters.")
(defun forward-paragraph (&optional arg)
"Move forward to end of paragraph.
-With arg N, do it N times; negative arg -N means move
for
ward N paragraphs.
+With arg N, do it N times; negative arg -N means move
back
ward N paragraphs.
A line which `paragraph-start' matches either separates paragraphs
\(if `paragraph-separate' matches it also) or is the first line of a paragraph.